'Declaration Public Overloads Overridable Function GetSchema( _ ByVal collectionName As String _ ) As DataTable
public virtual DataTable GetSchema( string collectionName )
Parameters
- collectionName
- Specifies the name of the schema to return.
Return Value
A System.Data.DataTable that contains schema information.